home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1996
/
MacHack 1996.toast
/
Presentations
/
Presentations ’93
/
Macintosh as Internet Server ƒ
/
inetd
/
Libraries
/
MacTCPLib
/
Makefile
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1993-03-16
|
260 b
|
17 lines
|
[
TEXT/MPS
]
COptions = -i "{MacTCP}" -i "{myUtils}"
CPlusOptions=-mark fcts {COptions}
OBJECTS=TCP.cp.o ∂
UDP.cp.o ∂
DNR.c.o
all ƒƒ {OBJECTS}
Lib -mf {OBJECTS} "{MacTCP}dnr.o" -o MacTCP.lib
TCP.cp.o ƒ TCP.cp TCP.h
UDP.cp.o ƒ UDP.cp UDP.h
DNR.c.o ƒ DNR.c DNR.h